home *** CD-ROM | disk | FTP | other *** search
/ Scene 96 / Scene 96 International Edition (Zyklop Software) (Disc 2) (1997).iso / graphics / artpacks / acid_53 / spoon.ini < prev    next >
Text File  |  1996-12-01  |  9KB  |  241 lines

  1. ;===========================================================================
  2. ;
  3. ; SPOON INI FILE.
  4. ; This file influences the way SPOON operates.
  5. ;
  6. ; Lines starting with semicolon (;) are remarks.
  7. ; Lines containing SPOON information start with a keyword, followed by a
  8. ; list of options.
  9. ; Some keywords may have multiple entries, these are then 'stacked' meaning,
  10. ; they all take effect, usually in a list.  Some options can only be set once
  11. ;
  12. ;===========================================================================
  13.  
  14. ;---------------------------------------------------------------------------
  15. ; FILESORT=<Sortorder>
  16. ; Possible <Sortorder> values are :
  17. ;   EN  : Sort by Extention then Name.
  18. ;   NE  : Sort by Name then Extention.
  19. ;   END : Sort by Extention then Name.  List all directories at the end
  20. ;   NED : Sort by Name then Extention.  List all directories at the end
  21. ;   DEN : Sort by Extention then Name.  List all directories at the start
  22. ;   DNE : Sort by Name then Extention.  List all directories at the start
  23. ; For NO sorting, do not specify a FILESORT= line
  24. ;---------------------------------------------------------------------------
  25. FILESORT=DNE
  26.  
  27. ;---------------------------------------------------------------------------
  28. ; DATATYPE=<Number>,<Description>
  29. ; FILETYPE=<DataType>,<Number>,<Description>[,<FileExtentions>]
  30. ;
  31. ; DATATYPE and FILETYPE identify the SAUCE specified numbers for the DataType
  32. ; and Filetype fields.
  33. ;
  34. ; DATATYPE :
  35. ;   <Number>      : Any number from 0 to 255 (SAUCE DataType)
  36. ;   <Description> : A descriptive text up to 25 characters wide.
  37. ;                   - Must be unique
  38. ;                   - Can not contain commas or spaces.
  39. ;                   - Case insensitive
  40. ;                   - Can not start with a number
  41. ;                   Will be used when displaying the file selection menu in
  42. ;                   SPOON, and also for defining FILETYPE in this INI file.
  43. ;
  44. ; FILETYPE :
  45. ;   <DataType>    : A name previously defined by a DATATYPE line.
  46. ;   <Number>      : Any number from 0 to 255 (SAUCE FileType)
  47. ;   <Description> : A descriptive text up to 25 characters wide.
  48. ;                   - Must be unique
  49. ;                   - Can not contain commas or spaces.
  50. ;                   - Case insensitive
  51. ;                   - Can not start with a number
  52. ;                   Will be used when displaying the file selection menu in
  53. ;                   SPOON.
  54. ;   <FileExtentions> : This field is optional
  55. ;                      File extentions that will default to this FileType.
  56. ;                      Multiple fileextentions can be given on one line by
  57. ;                      listing one after another.
  58. ;                      The file-extention includes the leading dot and is
  59. ;                      case insensitive.
  60. ;
  61. ; A Maximum of 250 Filetypes can be specified.
  62. ;
  63. ; ! WARNING, change <number> values with caution, as they are what
  64. ; identifies the filetype.
  65. ;
  66. ; ! TIP ! Comment any filetypes you won't be using, this will reduce the
  67. ; size of the filetype selection menu.
  68. ; Place the filetypes you use most often first.
  69. ;
  70. ;---------------------------------------------------------------------------
  71.  
  72. DATATYPE=0,NONE
  73. FILETYPE=None,0,Undefined
  74.  
  75. DATATYPE=1,Character
  76. FILETYPE=Character,0,ASCII     ,.ASC
  77. FILETYPE=Character,1,ANSi      ,.ANS
  78. FILETYPE=Character,2,ANSiMation
  79. FILETYPE=Character,3,RIP       ,.RIP
  80. FILETYPE=Character,4,PCBoard   ,.PCB
  81. FILETYPE=Character,5,AVATAR
  82. FILETYPE=Character,6,HTML      ,.HTM
  83. FILETYPE=Character,7,SourceCode,.PAS.C.ASM.BAS.INC
  84.  
  85. DATATYPE=2,Graphics
  86. FILETYPE=Graphics,0,GIF,.GIF
  87. FILETYPE=Graphics,1,PCX,.PCX
  88. FILETYPE=Graphics,2,DeluxePaint_LBM/IFF,.LBM.IFF
  89. FILETYPE=Graphics,3,Targa,.TGA
  90. FILETYPE=Graphics,4,FLI,.FLI
  91. FILETYPE=Graphics,5,FLC,.FLC
  92. FILETYPE=Graphics,6,Window_Bitmap,.BMP
  93. FILETYPE=Graphics,7,GL_Animation,.GL
  94. FILETYPE=Graphics,8,DL_Animation,.DL
  95. FILETYPE=Graphics,9,Wordperfect_Bitmap,.WPG
  96. FILETYPE=Graphics,10,PNG,.PNG
  97. FILETYPE=Graphics,11,JPeG,.JPG
  98. FILETYPE=Graphics,12,MPeG,.MPG
  99. FILETYPE=Graphics,13,AVI,.AVI
  100.  
  101. DATATYPE=3,Vector
  102. FILETYPE=Vector,0,AutoCAD_DXF,.DXF
  103. FILETYPE=Vector,1,AutoCAD_DWG,.DWG
  104. FILETYPE=Vector,2,DrawPerfect,.WPG
  105. FILETYPE=Vector,3,3DStudio,.3DS
  106.  
  107. DATATYPE=4,Sound
  108. FILETYPE=Sound,0,MOD,.MOD
  109. FILETYPE=Sound,1,669,.669
  110. FILETYPE=Sound,2,ScreamTracker_STM,.STM
  111. FILETYPE=Sound,3,ScreamTracker_3,.S3M
  112. FILETYPE=Sound,4,MTM,.MTM
  113. FILETYPE=Sound,5,FAR,.FAR
  114. FILETYPE=Sound,6,UltraTracker,.ULT
  115. FILETYPE=Sound,7,AMF,.AMF
  116. FILETYPE=Sound,8,DMF,.DMF
  117. FILETYPE=Sound,9,OKT,.OKT
  118. FILETYPE=Sound,10,AdLib_ROL,.ROL
  119. FILETYPE=Sound,11,SoundBlaster_CMF,.CMF
  120. FILETYPE=Sound,12,MIDI,.MID
  121. FILETYPE=Sound,13,SADT,.SAD
  122. FILETYPE=Sound,14,SoundBlaster_VOC,.VOC
  123. FILETYPE=Sound,15,Windows_WAV,.WAV
  124. FILETYPE=Sound,16,8Bit_Sample
  125. FILETYPE=Sound,17,8Bit_Sample_Stereo
  126. FILETYPE=Sound,18,16Bit_Sample
  127. FILETYPE=Sound,19,16Bit_Sample_Stereo
  128. FILETYPE=Sound,20,8Bit_Patch,.PAT
  129. FILETYPE=Sound,21,16Bit_Patch
  130. FILETYPE=Sound,22,FastTracker2_XM,.XM
  131. FILETYPE=Sound,23,HSC,_Tracker.HSC
  132. FILETYPE=Sound,24,ImpulseTracker_IT,.IT
  133.  
  134. ; BIN Filetype is handled in a special way since the filetype specifies
  135. ; the width of the BIN file, the DataType MUST be 'BIN' so SPOON can correctly
  136. ; process them.
  137. DATATYPE=5,BIN
  138. FILETYPE=BIN,0,BIN,.BIN
  139.  
  140. DATATYPE=6,XBIN
  141. FILETYPE=XBIN,0,XBIN,.XB
  142.  
  143. DATATYPE=7,Archive
  144. FILETYPE=Archive,0,PKZIP,.ZIP
  145. FILETYPE=Archive,1,ARJ,.ARJ
  146. FILETYPE=Archive,2,LHA,.LHA.LZH
  147. FILETYPE=Archive,3,ARC,.ARC
  148. FILETYPE=Archive,4,TAR,.TAR
  149. FILETYPE=Archive,5,ZOO,.ZOO
  150. FILETYPE=Archive,6,RAR,.RAR
  151. FILETYPE=Archive,7,UC2,.UC2
  152. FILETYPE=Archive,8,PAK,.PAK
  153. FILETYPE=Archive,9,SQZ,.SQZ
  154.  
  155. DATATYPE=8,Executable
  156. FILETYPE=Executable,0,Executable,.EXE.COM.BAT.DLL.OVL.OVR
  157.  
  158. ;---------------------------------------------------------------------------
  159. ; FLAGS=<FileType>,<Flag0>[,<Flag1>[,<Flag2>[,<Flag3>]]]
  160. ;
  161. ; Determines whether Flag bits are active for given <filetype>.
  162. ;
  163. ; The presence of a Flag title will activate the Flag itself in the SAUCE
  164. ; editor.  Flag title can be up to 10 characters
  165. ;
  166. ; Up to 50 Flags can be defined.
  167. ; Only one Flags line per filetype is allowed.
  168. ; When a flag is not defined, it cannot be edited and will be forced 0.
  169. ;
  170. ;---------------------------------------------------------------------------
  171. FLAGS=ANSi,iCE_Color
  172. FLAGS=ANSiMation,iCE_Color
  173. FLAGS=BIN,iCE_Color
  174.  
  175.  
  176. ;---------------------------------------------------------------------------
  177. ; INFOS=<FileType>,<Info1>[,<Info2>[,<Info3>[,<Info4>]]]
  178. ;
  179. ; Determines whether INFO fields are active for a given <filetype>.
  180. ;
  181. ; The presence of a Info title will activate the Info itself in the SAUCE
  182. ; editor.  Info title can be up to 16 characters
  183. ;
  184. ; Up to 100 INFOS can be defined.
  185. ; Only one INFOS line per filetype is allowed.
  186. ; When an Info is not defined, it cannot be edited and will be forced 0.
  187. ;
  188. ;---------------------------------------------------------------------------
  189. INFOS=ASCII,Width,Height
  190. INFOS=ANSi,Width,Height
  191. INFOS=ANSiMation,Width,Height
  192. INFOS=RIP,Width,Height,Colors
  193. INFOS=PCBoard,Width,Height
  194. INFOS=AVATAR,Width,Height
  195.  
  196. INFOS=GIF,Width,Height,ColorBits
  197. INFOS=PCX,Width,Height,ColorBits
  198. INFOS=DeluxePaint_LBM/IFF,Width,Height,ColorBits
  199. INFOS=Targa,Width,Height,ColorBits
  200. INFOS=FLI,Width,Height,ColorBits
  201. INFOS=FLC,Width,Height,ColorBits
  202. INFOS=Window_Bitmap,Width,Height,ColorBits
  203. INFOS=GL_Animation,Width,Height,ColorBits
  204. INFOS=DL_Animation,Width,Height,ColorBits
  205. INFOS=Wordperfect_Bitmap,Width,Height,ColorBits
  206. INFOS=PNG,Width,Height,ColorBits
  207. INFOS=JPeG,Width,Height,ColorBits
  208. INFOS=MPeG,Width,Height,ColorBits
  209. INFOS=AVI,Width,Height,ColorBits
  210.  
  211. INFOS=BIN,Width,Height
  212.  
  213. INFOS=XBIN,Width,Height
  214.  
  215.  
  216. ;---------------------------------------------------------------------------
  217. ; GROUP=<Name>
  218. ;   <Name> : The default name to fill in in the SAUCE group field, up to
  219. ;            20 characters long
  220. ; Can only be defined once.
  221. ;---------------------------------------------------------------------------
  222. GROUP=ACiD Productions
  223.  
  224.  
  225. ;---------------------------------------------------------------------------
  226. ; AUTHORPREFIX=<Prefix>,<Name>
  227. ; Allows you to define a set of filename prefixes and associate them with
  228. ; a specific SAUCE author as default value.
  229. ;  <Prefix> : the prefix, up to 8 characters
  230. ;  <Name>   : the authors name, up to 20 characters long
  231. ; A maximum of 100 author prefixes can be defined
  232. ;---------------------------------------------------------------------------
  233. AUTHORPREFIX=BE,Beastie
  234. AUTHORPREFIX=BG,Blue Gravity
  235. AUTHORPREFIX=CS,Catbones
  236. AUTHORPREFIX=JD,JED
  237. AUTHORPREFIX=RM,RaD Man
  238. AUTHORPREFIX=RN,ReDMaN
  239. AUTHORPREFIX=RS,Rocket Scientist
  240. AUTHORPREFIX=US,Multiple Artists
  241.